<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0px;
    padding: 0px;
    transition: background-color 0.5s,color 0.5s,border 0.5s;
}
a{
    text-decoration: none;
}
body,html{
    /*overflow-x: hidden;*/
}
a:hover{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0px;
}
body,h1,h2,h3,h4,h5,h6,a,p,div,ol,ul,li,span,img,input,dl,dd,dt,form,textarea,button{
    background:none;
    outline:none;
    border:0px;
    margin: 0px;
}
q:before, q:after { content: ''; }
button{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
body, button, input, select, textarea {
    font: 12px/1 "å¾®è½¯é›…é»‘",Helvetica,Arial,sans-serif;
}
html,body{
    max-width: 1920px;
    margin: 0px auto;
}
input[type="radio"], input[type="checkbox"]{
    margin: 0px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.posrel{
    position: relative;
}
.posads{
    position: absolute;
}
/*æ¸…é™¤æµ®åŠ¨*/
.clear{
    clear:both;
    float: none !important;
}
.container{
    padding: 0px;
}



.head_greet{
    width: 100%;
    background-color: #01b751;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    padding: 9px 0px;
}
.logo{
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.logo .fl{
    padding: 19px 0px;
}
.logo .logo_img{
    vertical-align: top;
    margin-right: 7px;
}
.logo .logo_tit{
    display: inline-block;
    margin: 7px 0px;
}
.logo .logo_tit&gt;p{
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3px;
}
.logo .logo_tit&gt;span{
    color: #fb8227;
    font-size: 1rem;
    letter-spacing: 1px;
}
.logo .fr&gt;div{
    display: inline-block;
    vertical-align: top;
}
.logo .logo_phone{
    color: #01b751;
    font-size: 1.4rem;
    margin-right: 19px;
    padding: 33px 0px;
}
.logo .logo_phone&gt;img{
    margin-right: 9px;
}
.logo .logo_text{
    border-left: 1px solid #cccccc;
    padding: 24px 0px 24px 20px;
    height: 100%;
    text-align: right;
}
.logo .logo_text&gt;p{
    color: #fb8227;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.logo .logo_text&gt;span{
    color: #333333;
    font-size: 1rem;
}
.nav_hei{
    width: 100%;
    background-color: #fff;
}
.nav_hei.active{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    transition: all .3s;
}

.nav_box&gt;ul&gt;li{
    float: left;
    width: calc(100% / 7);
    text-align: center;
}
.nav_box&gt;ul&gt;li&gt;a{
    display: inline-block;
    padding: 18px 0px;
    color: #333333;
    font-size: 1.8rem;
    border-top: 3px solid #fff;
}
.nav_box&gt;ul&gt;li.active&gt;a{
    color: #01b751;
    font-weight: bold;
    border-top-color: #01b751;
}

.banner_top .banner_pagination{
    bottom: 17px;
}
.banner_top .banner_pagination&gt;span{
    width: 18px;
    height: 18px;
    background: none;
    border: 2px solid #fff;
    padding: 4px;
    opacity: 1;
}
.banner_top .banner_pagination&gt;span&gt;i{
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}
.banner_top .banner_pagination .swiper-pagination-bullet-active{
    border-color: #01b751;
}
.banner_top .banner_pagination .swiper-pagination-bullet-active&gt;i{
    background-color: #01b751;
}

.seek{
    border-bottom: 1px solid #eeeeee;
}
.seek .fl{
    width: 70%;
    margin: 18px 0px 26px;
}
.seek .fl&gt;p{
    color: #fb8227;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.seek .fl&gt;p&gt;span{
    color: #333333;
}
.seek .fl&gt;div&gt;a{
    color: #666666;
    font-size: 1rem;
    position: relative;
    padding-left: 12px;
    margin-right: 12px;
}
.seek .fl&gt;div&gt;a::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #666666;
}
.seek .fl&gt;div&gt;a.active{
    padding-left: 0px;
}
.seek .fl&gt;div&gt;a.active::before{
    display: none;
}
.seek .fl&gt;div&gt;a:hover{
    color: #01b751;
}
.seek .fr{
    width: 30%;
    margin: 17px 0px 25px;
}
.seek .seek_click&gt;input{
    width: calc(100% - 67px);
    height: 40px;
    padding-left: 13px;
    color: #999999;
    font-size: 1.4rem;
    border: 1px solid #01b751;
    margin-right: -3px;
}
.seek .seek_click&gt;button{
    padding: 4px 17px;
    background-color: #01b751;
    vertical-align: bottom;
}
.Application{
    position: relative;
}
.all_title{
    width: 100%;
    padding-top: 40px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
.all_title&gt;p{
    font-size: 2.8rem;
    margin-bottom: 8px;
}
.all_title&gt;span{
    font-size: 2rem;
}
.Application .all_title{
    position: absolute;
    top: 0px;
    left: 0px;
}
.Application .Application_icon1{
    position: absolute;
    width: 100%;
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    margin: 52px 0px;
}
.Application .Application_icon1&gt;div{
    position: relative;
    text-align: center;
}
.Application .Application_icon1 .Application_img{
    position: relative;
    z-index: 2;
}
.Application .Application_icon1 .border_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-10deg);
    width: 140px;
    height: 140px;
    border: 2px solid #d7d7d7;
    z-index: 1;
    transition:  all .5s;
}
.Application .Application_icon1 .Application_icon{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 3;
}
.Application .Application_icon1 .Application_icon&gt;img{
    transition: all .5s;
    opacity: 0;
    transform: rotateX(180deg);
}
.Application .Application_icon1 .Application_icon&gt;p{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #fefefe;
    font-weight: bold;
    font-size: 1.8rem;
}

.Application .Application_icon1&gt;div.active .border_box{
    transform: translate(-50%,-50%) rotate(0deg);
    border: 2px solid #01b751;
}
.Application .Application_icon1&gt;div.active .Application_icon&gt;img{
    opacity: 1;
    transform: rotateX(0deg);
}
.Application_box2{
    width: 100%;
    background-color: #01b751;
}
.Application_box2 .box2{
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill,minmax(25%,1fr));
    padding: 50px 0px;
}
.Application_box2 .box2&gt;div{
    text-align: center;
}
.Application_box2 .box2 .icon_box{
    display: inline-block;
}
.Application_box2 .box2 .icon_box&gt;div{
    display: inline-block;
    color: #fff;
    vertical-align: top;
}
.Application_box2 .box2 .icon_box&gt;div&gt;p{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.Application_box2 .box2 .icon_box&gt;div&gt;span{
    font-size: 1rem;
    text-transform: Uppercase;
}
.Application_box2 .box2 .icon_box&gt;div:nth-of-type(1){
    width: 62px;
    height: 62px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
    transition: all .5s;
}
.Application_box2 .box2 .icon_box&gt;div:nth-of-type(1)&gt;img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.Application_box2 .box2 .icon_box&gt;div:nth-of-type(2){
    margin: 12px 0px;
    text-align: left;
}
.Application_box2 .box2 .icon_box:hover div:nth-of-type(1){
    transform: rotateY(360deg);
}
.Product{
    background-color: #eeeeee;
    padding-bottom: 70px;
}
.Product_class{
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill,minmax(calc(100% / 7),1fr));
    margin: 40px 0px 45px;
}
.Product_class&gt;li{
    text-align: center;
}
.Product_class a{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 37px;
    color: #666666;
    font-size: 1.6rem;
    border: 1px dashed #666666;
    text-align: center;
}
.Product_class a:hover{
    color: #fb8227;
    border-color: #fb8227;
}
.Product_box&gt;div{
    display: none;
}
.Product_box&gt;div:nth-of-type(1){
    display: grid;
}
.Product_content{
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - 80px) / 3),1fr));
}
.Product_content&gt;a{
    display: block;
    background-color: #fff;
}
.Product_content .Product_img{
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.Product_content .Product_img::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #eeeeee;
    transform: translateX(-50%);
}
.Product_content .Product_img&gt;img{
    width: 100%;
    transition: all .5s;
}
.Product_content .Product_name{
    width: 100%;
    padding-left: 10px;
}
.Product_content .Product_name&gt;span{
    color: #333333;
    font-size: 1.4rem;
    line-height: 44px;
    font-weight: bold;
}
.Product_content .Product_name&gt;div{
    padding: 5px 15px;
    border-left: 1px solid #eeeeee;
    float: right;
    margin: 9px 0px;
}
.Product_content&gt;a.active .Product_name{
    background-color: #fb8227;
}
.Product_content&gt;a.active .Product_name&gt;span{
    color: #fff;
}
.Product_content&gt;a.active .Product_name&gt;div{
    border-color: #fff;
}
.Product_content&gt;a.active .Product_img&gt;img{
    transform: scale(1.02);
}

.all_title2{
    margin-top: 70px;
}
.all_title2&gt;div{
    display: inline-block;
}
.all_title2 p{
    color: #333333;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.all_title2 span{
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
}
.all_title2 .fr{
    text-align: right;
}
.all_title2 .fr&gt;p{
    color: #666666;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 0px;
}
.all_title2 .fr&gt;a{
    color: #666;
    font-size: 1.8rem;
}
#certify {
    width: calc(100% - 100px);
    margin: 80px auto 0px;
}

#certify .swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: auto;
    height: auto;
    background: #fff;
}
#certify .swiper-slide&gt;a{
    display: block;
}
#certify .swiper-slide&gt;a&gt;div{
    padding: 5px;
    margin-bottom: 15px;
}
#certify .swiper-slide.swiper-slide-active&gt;a&gt;div{
    background-color: #fb8227;
}
#certify .swiper-slide img{
    width: 589px;
    height: 367px;
    display:block;
}
#certify  .swiper-slide p{
    padding-top: 0;
    text-align: center;
    color: #333333;
    font-size: 1.6em;
    margin: 0;
    opacity: 0;
}
#certify  .swiper-slide.swiper-slide-active&gt;a&gt;p{
    opacity: 1;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev,#certify .swiper-button-next{
    width: 50px;
    height: 130px;
    background: rgba(251,130,39,.5);
}
#certify .swiper-button-prev&gt;img,#certify .swiper-button-next&gt;img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#certify .swiper-button-prev{
    left: 0px;
}
#certify .swiper-button-next{
    right: 0px;
}

.Introduction{
    margin-bottom: 55px;
}

.Introduction_text{
    width: 40%;
    float: left;
}
.Introduction_text&gt;span{
    display: block;
    color: #666666;
    font-size: 1.4rem;
    line-height: 35px;
    margin-top: 35px;
}
.Introduction_text&gt;a{
    display: block;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 32px 0px 60px;
}
.Introduction_text&gt;a:hover{
    color: #fb8227;
}
.Introduction_text&gt;p{
    font-size: 2.4rem;
    color: #fb8227;
    font-weight: bold;
    margin-bottom: 25px;
}
.Introduction_text .businessCard{
    position: relative;
    display: inline-block;
}
.Introduction_text .businessCard&gt;div{
    position: absolute;
    top: 25px;
    left: 22px;
}
.Introduction_text .businessCard&gt;div&gt;p{
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 24px;
}
.Introduction_text .businessCard&gt;div&gt;span{
    color: #fff;
    font-size: 1.8rem;
    /*text-shadow: 0px 0px 0px #fff;*/
}
.Introduction_img{
    float: right;
    width: 60%;
    text-align: right;
    margin-top: 151px;
}
.advertising1{
    width: 100%;
    background-image: url("../image/advertising1_bg.png");
    background-repeat: round;
}
.advertising1_box{
    width: calc(100% - 527px);
    float: right;
}
.advertising1_box&gt;p{
    color: #fff;
    font-size:2.4rem;
    margin-bottom: 100px;
    margin-top: 35px;
    margin-left: 70px;
}
.advertising1_box&gt;div{
    text-align: center;
    position: relative;
}
.advertising1_box&gt;div&gt;span{
    width: 67px;
    height: 67px;
    position: absolute;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    font-weight: bold;
}
.advertising1_box&gt;div&gt;span:nth-of-type(1),
.advertising1_box&gt;div&gt;span:nth-of-type(3),
.advertising1_box&gt;div&gt;span:nth-of-type(5),
.advertising1_box&gt;div&gt;span:nth-of-type(7){
    top: -60px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(2),
.advertising1_box&gt;div&gt;span:nth-of-type(4),
.advertising1_box&gt;div&gt;span:nth-of-type(6){
    bottom: -30px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(1){
    left: 35px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(2){
    left: 119px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(3){
    left: 200px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(4){
    left: 286px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(5){
    left: 370px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(6){
    left: 454px;
}
.advertising1_box&gt;div&gt;span:nth-of-type(7){
    left: 536px;
}

.advantage{

}
.advantage&gt;p{
    color: #fb8227;
    text-align: center;
    font-size: 3.6rem;
    transform: skewX(-10deg);
    margin: 60px 0px;
    font-weight: bold;
    text-shadow: 0px 3px 3px #e1dfe0;
}
.advantage .advantage_box{
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 80px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - 80px) / 2),1fr));
}
.advantage .advantage_boxs{
    display: none;
}
.advantage .advantage_box&gt;div{
    padding: 12px;
    background-color: #eeeeee;
    border-radius: 50px;
}
.advantage_i{
    display: inline-block;
    background-color: #999999;
    padding: 0px 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 3.6rem;
    border-radius: 50%;
    vertical-align: top;
    font-family: Verdana;
}
.advantage .advantage_box&gt;div.active .advantage_i{
    background-color: #fb8227;
}
.advantage .advantage_box&gt;div&gt;div{
    float: right;
    width: calc(100% - 50px);
    padding-left: 15px;
}
.advantage .advantage_box&gt;div&gt;div&gt;p{
    color: #333333;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.advantage .advantage_box&gt;div.active&gt;div&gt;p{
    color: #fb8227;
}
.advantage .advantage_box&gt;div&gt;div&gt;span{
    color: #333333;
    font-size: 1.4rem;
}
.advantage .advantage_box2{
    margin: 25px 0px;
    position: relative;
    text-align: center;
}
.advantage .advantage_box2&gt;div{
    width: calc((100% - 640px) / 2) ;
    position: absolute;
    height: 100%;
    top: 0px;
    text-align: left;
    padding: 42px 29px 0px;
    border-radius: 20px;
    background-color: #eeeeee;
}
.advantage .advantage_box2&gt;div:nth-of-type(1){
    left: 0px;
}
.advantage .advantage_box2&gt;div:nth-of-type(2){
    right: 0px;
}
.advantage .advantage_box2&gt;div&gt;p{
    color: #333333;
    font-size: 2.2rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    padding-left: 15px;
}
.advantage .advantage_box2&gt;div&gt;span{
    display: block;
    width: 100%;
    color: #333333;
    font-size: 1.4rem;
    margin-top: 25px;
    line-height: 34px;
}
.advantage .advantage_box2&gt;div.active .advantage_i{
    background-color: #fb8227;
}
.advantage .advantage_box2&gt;div.active&gt;p{
    color: #fb8227;
}
.exclusive{
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: 85px;
}
.exclusive&gt;div{
    position: absolute;
    width: calc(100% - 50px - 410px);
    left: 0px;
    top: 0px;
    height: 100%;
    text-align: left;
}
.exclusive&gt;div&gt;i{
    color: #01b751;
    font-size: 3.4rem;
    font-weight: bold;
}
.exclusive .exclusive_box{
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 58px;
    grid-template-columns: repeat(auto-fill,minmax(70px,1fr));
    margin-top: 45px;
}
.exclusive .exclusive_box&gt;div{
    height: 210px;
    border: 1px solid #cccccc;
}
.exclusive .exclusive_box&gt;div&gt;div{
    width: 100%;
    height: 97px;
    position: relative;
}
.exclusive .exclusive_box&gt;div&gt;div&gt;img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.exclusive .exclusive_box&gt;div&gt;p{
    display: block;
    width: 20px;
    color: #666666;
    font-size: 1.8rem;
    margin: 0px auto;
    line-height: 25px;
}
.exclusive .exclusive_box&gt;div.active{
    border-color: #01b751;
}
.exclusive .exclusive_box&gt;div.active&gt;p{
    color: #01b751;
}
.choose_tit{
    text-align: right;
    padding-top: 80px;
    margin-bottom: 20px;
}
.choose{
    width: 100%;
    background-color: #01b751;
}
.choose .choose_img{
    transform: translateY(-100px);
}
.choose .choose_ban{
    width: calc(100% - 464px);
    float: right;
}
.choose .choose_box{
    padding: 0px 50px;
    color: #ffffff;
}
.choose .choose_box&gt;p{
    font-size: 1.8rem;
    display: block;
    margin: 40px 0px 35px;
}
.choose .choose_box&gt;span{
    font-size: 1.4rem;
    line-height: 24px;
}
.choose .choose_box&gt;div{
    width: 100%;
    margin-top: 35px;
    position: relative;
}
.choose .choose_box&gt;div&gt;img{
    width: 100%;
}
.choose .choose_box&gt;div&gt;p{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}
.choose_prev,.choose_next{
    width: 40px;
    height: 40px;
    background-color: #333333;
    position: absolute;
    bottom: 55px;
    background-image: none;
    left: auto;
    top: auto;
    margin-top: 0px;
}
.choose_prev{
    right: 618px;
}
.choose_prev:hover{
    background-color: #fff;
}
.choose_next{
    right: 568px;
}
.choose_next:hover{
    background-color: #fff;
}
.choose_prev&gt;img,.choose_next&gt;img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.choose_next&gt;img{
    transform: translate(-50%,-50%) rotate(180deg);
}
.choose_pagination{
    right: 60px;
    bottom: 75px;
}
.choose_pagination&gt;span{
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 2px solid #fff;
    background: none;
    margin: 0px 5px;
}
.choose_pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}

.news{
    background-color: #eeeeee;
    padding-top: 60px;
}
.news .news_box{
    background-color: #fff;
    padding: 0px 19px;
}
.news .news_box .news_tit{
    padding-top: 40px;
    border-bottom: 1px solid #eeeeee;
}
.news .news_box .news_tit&gt;p{
    color: #333333;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
}
.news .news_box .news_tit&gt;p&gt;span{
    font-size: 1.9rem;
    display: inline-block;
    margin-left: 13px;
}
.news .news_box .news_tit&gt;ul{
    float: right;
}
.news .news_box .news_tit&gt;ul&gt;li{
    display: inline-block;
    padding: 0px 10px 15px;
    color: #666666;
    font-size: 1.6rem;
    border-bottom: 3px solid #fff;
    margin-left: 20px;
    cursor: pointer;
}
.news .news_box .news_tit&gt;ul&gt;li.active{
    border-bottom: 3px solid #01b751;
    color: #01b751;
}

.news .news_box .news_content{
    padding: 30px 0px;
    margin-bottom: 60px;
}
.news .news_box .news_content .box{
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill,minmax(calc(100% / 2),1fr));
    display: none;
}
.news .news_box .news_content&gt;div:nth-of-type(1){
    display: grid;
}
.news .news_box .news_content .box&gt;div:nth-of-type(1){
    padding-right: 25px;
    border-right: 1px solid #eeeeee;
    padding-top: 10px;
}
.news .news_box .news_content .box&gt;div&gt;img{
    width: 100%;
}
.news .news_box .news_content .news_text{
    display: grid;
    grid-row-gap: 1px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
    background-color: #eee;
}
.news .news_box .news_content .news_text&gt;div{
    padding: 30px 0px;
    background-color: #fff;
}
.news .news_box .news_content .news_text&gt;div&gt;div{
    float: left;
}
.news .news_box .news_content .news_text .text{
    padding-right: 25px;
    border-right: 1px solid #eeeeee;
    width: calc(100% - 120px);
}
.news .news_box .news_content .news_text .text&gt;a{
    display: block;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news .news_box .news_content .news_text .text&gt;span{
    color: #333333;
    font-size: 1.2rem;
    line-height: 20px;
}
.news .news_box .news_content .news_text .date{
    width: 120px;
    height: 71px;
    color: #999999;
    font-size: 1.4rem;
    line-height: 71px;
    text-align: center;
}
.news .news_box .news_content .news_text .date&gt;font{
    color: #999999 !important;
    font-size: 1.4rem;
}
.news .news_box .news_content .news_text&gt;div.active .text&gt;a{
    color: #fb8227;
}
.news .news_box .news_content .news_text&gt;div.active .date{
    color: #01b751;
}

.news .news_box .news_content .box&gt;div:nth-of-type(2){
    display: grid;
    grid-row-gap: 18px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
    padding-left: 25px;
    padding-top: 10px;
}
.news .news_box .news_content .news_list&gt;div&gt;a{
    display: block;
    padding: 15px 0px;
    background-color: #f5f5f5;
    padding-left: 20px;
    transition: all .5s;
}
.news .news_box .news_content .news_list&gt;div&gt;a&gt;span{
    float: left;
    display: block;
}
.news .news_box .news_content .news_list&gt;div&gt;a&gt;span:nth-of-type(1){
    color: #666666;
    font-size: 1.4rem;
    font-weight: bold;
    width: calc(100% - 96px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news .news_box .news_content .news_list&gt;div&gt;a&gt;span:nth-of-type(2) {
    color: #999999;
    font-size: 1rem;
    width: 96px;
    text-align: center;
}
.news .news_box .news_content .news_list&gt;div&gt;a&gt;span:nth-of-type(2)&gt;font{
    color: #999999 !important;
    font-size: 1rem;
}
.news .news_box .news_content .news_list&gt;div.active&gt;a{
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #e3e2e3;
}
.news .news_box .news_content .news_list&gt;div.active&gt;a&gt;span:nth-of-type(1){
    color: #fb8227;
}

.footer_box{
    background-color: #666666;
}
.footer_box .information{
    padding: 37px 22px 58px;
    border-bottom: 1px solid #c6c6c6;
}
.information_box .footer_nav{
    padding: 0px 15px 15px;
    border-bottom: 1px solid #fb8227;
    margin-bottom: 40px;
}
.information_box .footer_nav&gt;p{
    color: #ababab;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.information_box .footer_nav&gt;div&gt;span{
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 40px;
    position: relative;
}
.information_box .footer_nav&gt;div&gt;span::before{
    content: "â–¶";
    color: #acacac;
    position: absolute;
    right: 0px;
}
.information_box .footer_nav&gt;div&gt;div{
    display: inline-block;
    float: right;
}
.information_box .footer_nav ul&gt;li{
    display: inline-block;
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}
.information_box .footer_nav ul&gt;li::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.information_box .footer_nav ul&gt;li.active{
    padding-right: 0px;
    margin-right: 0px;
}
.information_box .footer_nav ul&gt;li.active::before{
    display: none;
}
.information_box .footer_nav ul&gt;li&gt;a{
    color: #ffffff;
    font-size: 1.4rem;
    transition: all .3s;
}
.information_box .footer_nav ul&gt;li&gt;a:hover{
    color: #fb8227;
    font-weight: bold;
    font-weight: bold;
}
.information_box .footer_contact{
    padding-left: 15px;
}

.information_box .footer_contact .tit{
    margin-bottom: 30px;
}
.information_box .footer_contact .tit&gt;a{
    color: #ffffff;
    font-size: 1.4rem;
    margin-right: 45px;
}
.information_box .footer_contact .box{
    display: inline-block;
    margin-right: 70px;
}
.information_box .footer_contact .box&gt;p{
    color: #c6c6c6;
    font-size: 1rem;
    margin-bottom: 20px;
}
.information_box .footer_contact .fr{
    text-align: right;
}
.information_box .footer_contact .fr&gt;div{
    display: inline-block;
    margin-right: 20px;
}
.information_box .footer_contact .fr p{
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 12px;
}
.information_box .footer_contact .fr a{
    color: #c6c6c6;
    margin-bottom: 15px;
    font-size: 12px;
}
.information_box .footer_contact .fr&gt;img{
    vertical-align: bottom;
}
.blogroll{
    padding: 22px 30px;
    color: #c6c6c6;
}
.blogroll&gt;strong{
    color: #fff;
    font-size: 2rem;
}
.blogroll&gt;strong&gt;span{
    color: #fb8227;
}
.blogroll&gt;a{
    /*padding-right: 15px;*/
    /*margin-right: 10px;*/
    position: relative;
    color: #c6c6c6;
    font-size: 1.4rem;
    line-height: 25px;
}
/*.blogroll&gt;a::before{*/
    /*content: ",";*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*right: 0px;*/
    /*color: #c6c6c6;*/
    /*font-size: 1.4rem;*/
/*}*/
.menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 10px;
    margin: 0;
}
.menu .menu_font {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
    color: #fb8227;
    text-transform: uppercase;
}

.menu {
    cursor: pointer;
    z-index: 5;
}
#menu_toggle1 {
    display: none;
}
.menu span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #fb8227;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    margin-top: -2px
}

.menu span:after,
.menu span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 2px;
    background-color: #fb8227;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menu span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menu.active span:after,
.menu.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}
.menu.active span:before {
    top: 0;
    background: #fb8227;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu.active span:after {
    bottom: 0;
    background: #fb8227;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.menubox {
    position: fixed;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    top: 0;
    background: #fff;
    display: none;
    overflow-y: auto;
}
.menus-list {
    position: relative;
    margin: auto;
    margin-top: 16%;
    width: 90%;
    margin-bottom: 88px;
}

.menus-list li {
    position: relative;
}

.menus-list li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ReturnToNormal;
    animation-name: ReturnToNormal;
    border-bottom: 1px solid #e5e5e5;
}

.menus-list li:last-child {
    border-bottom: none;
}

.menus-list li a {
    display: block;
    line-height: 80px;
    color: #323232;
    font-size: 26px;
    text-align: center;
}


.right_message{
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 999;
}
.right_message&gt;ul{
    width: 60px;
    display: inline-block;
    border: 1px solid #e0e0e0;
}
.right_message&gt;ul&gt;li{
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 150;
}
.right_message&gt;ul&gt;.TOP{
    border-bottom: none;
}
.right_message&gt;ul&gt;li&gt;div{
    width: 100%;
    transition: all 0.5s;
}
.right_message&gt;ul&gt;li&gt;div&gt;div{
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #fff;
    font-size: 1.5rem;
}
.right_message&gt;ul&gt;li&gt;div&gt;div:nth-of-type(2){
    background-color: #01b751;
    top: 65px;
    transition: all 0.5s;
}
.right_message&gt;ul&gt;li&gt;div&gt;div:nth-of-type(2)&gt;span{
    color: #fff;
}
.right_message .right_erweima{
    padding-top: 0px !important;
}
.right_message&gt;ul&gt;li&gt;div&gt;div&gt;img{
    margin-top: 10px;
    width: 20px;
    margin-bottom: 5px;
}
.right_message&gt;ul&gt;li&gt;div&gt;div&gt;span{
    display: block;
    font-size: 1rem;
    color: #363636;
}
.right_message&gt;ul&gt;li&gt;ul{
    width: 0px;
    position: absolute;
    left: -145px;
    top: 0px;
    overflow: hidden;
    transition: all 0.5s;

}
.right_message&gt;ul&gt;li&gt;ul&gt;li{
    width: 145px;
    height: 64px;
    background-color: #01b751;
    color: #fff;
    text-align: center;
    margin-left: 100%;
    transition: all 0.5s;
}

.right_message&gt;ul&gt;li&gt;ul .qq{
    line-height: 64px;
    font-size: 1.5rem;
}

.right_message&gt;ul&gt;li&gt;div&gt;div .vx{
    width: 25px;
}
.right_message&gt;ul&gt;li&gt;ul .imgbox{
    height: 100%;
    font-size: 1.5rem;
    line-height: 30px;
}
.right_message&gt;ul&gt;li .vximg{
    margin-top: -76px;
}
.right_message&gt;ul&gt;li&gt;ul .imgbox&gt;img{
    width: 100%;
}

.right_message&gt;ul&gt;li .dh_box{
    /*margin-top: -64px;*/
}

.right_message&gt;ul&gt;li&gt;ul .dh{
    text-align: left;
}
.right_message&gt;ul&gt;li&gt;ul&gt;.dh:nth-of-type(even){
    background-color: #01b751;
}



.right_message&gt;ul&gt;li&gt;ul .dh&gt;img{
    float: left;
}
.right_message&gt;ul&gt;li .dh_box&gt;li:nth-of-type(1)&gt;img{
    margin: 23px 13px;
}

.right_message&gt;ul&gt;li .dh_box&gt;li:nth-of-type(2)&gt;img{
    margin: 23px 16px;
}
.right_message&gt;ul&gt;li .dh_box&gt;li:nth-of-type(3)&gt;img{
    margin: 22px 12px;
}

.right_message&gt;ul&gt;li&gt;ul .dh&gt;div{
    width: 100px;
    margin: 11px 0px;
    font-size: 1.3rem;
}
.right_message&gt;ul&gt;li&gt;ul .dh&gt;div&gt;span{
    overflow:hidden;
    white-space:nowrap;
}
.right_message&gt;ul&gt;li&gt;div&gt;div .yuy{
    width: 30px;
}
.right_message&gt;ul .yuyue{
    cursor: pointer;
}
.right_message&gt;ul&gt;li&gt;ul&gt;li&gt;div&gt;p{
    margin-bottom: 5px;
}
.toTop {
    width: 35px;
    height: 28px;
    display: block;
    margin: 15px auto 0px;
    background: url(../image/icon_right/toTop2_h.png) center/100% 100%;
    z-index: 99;
    cursor: pointer;

}
.right_message&gt;ul&gt;.TOP&gt;div&gt;div{
    background-color: #01b751;
}

#leave-Word{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
    z-index: 500;
    transform: scale(0);
    transition: all 0.5s;
}
#leave-Word&gt;div{
    width: 900px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position:absolute;
    top:50%;
    left:50%;
    margin:-250px 0 0 -450px;
}
#leave-Word&gt;div .top{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 2rem;
    color: #fff;
    background-color: #01b751;
}
#leave-Word&gt;div .top&gt;button{
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 0px;
    font-size: 2rem;
    background: none;
    color: #fff;
    /*background: url(../image/icon_right/x.png) no-repeat;*/
    /*background-size: 100%;*/
}
#leave-Word&gt;div .top&gt;button&gt;img{
    width: 60%;
}
#leave-Word&gt;div .bottom{
    width: 100%;
    height: 450px;
    background-color: #ffffff;
}
#leave-Word&gt;div .bottom&gt;p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding-top: 70px;
    color: #363636;
}
#leave-Word&gt;div .bottom&gt;p&gt;span{
    color: #01b751;
}
#leave-Word&gt;div .bottom form&gt;div{
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 25px;
}
#leave-Word&gt;div .bottom input{
    width: 208px;
    height: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
#leave-Word&gt;div .bottom textarea{
    width: 208px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    vertical-align: top;
}

#leave-Word&gt;div .bottom form&gt;div:nth-of-type(4){
    text-align: left;
    padding-left: 324px;
}
#leave-Word&gt;div .bottom button{
    width: 100px;
    height: 25px;
    margin-left: -60px;
    background-color: #01b751;
    font-size: 1.5rem;
    color: #fff;
    border: none;
}



@media (max-width: 767px){

    .banner_top{
        margin-top: 50px;
    }
    .banner_top .banner_pagination{
        display: none;
    }
    .logo{
        border: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        padding-left: 10px;
    }
    .logo .fl{
        padding: 10px 0px;
    }
    .logo .logo_img{
        width: 60%;
    }
    .logo .logo_tit{
        display: none;
    }
    #menu_toggle1{
        display:block;
    }
    .menubox{
        display: none;
    }
    .banner_top img{
        width: 100%;
    }
    .Application .all_title{
        padding: 40px 10px 0px;
    }
    .Application&gt;img{
        display: none;
    }
    .Application .all_title,.Application .Application_icon1{
        position: relative;
    }
    .Application .Application_icon1{
        grid-column-gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - 40px) / 3),1fr));
    }
    .Application .Application_icon1 .Application_img,
    .Application .Application_icon1 .Application_icon&gt;img{
        width: 100%;
    }
    .Application .Application_icon1&gt;div .border_box{
       display: none;
    }
    .Application_box2 .box2{
        grid-template-columns: repeat(auto-fill,minmax(50%,1fr));
    }
    .Product_class{
        grid-row-gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
    }
    .Product_box{
        padding: 0px 5px;
    }
    .Product_content{
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - 20px) / 2),1fr));
    }
    .all_title2{
        margin-top: 40px;
        padding: 0px 5px;
    }
    #certify{
        width: calc(100% - 50px);
    }
    #certify .swiper-slide,#certify .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    #certify .swiper-button-prev, #certify .swiper-button-next{
        display: none;
    }
    .Introduction_text,.Introduction_img{
        width: 100%;
        padding: 0px 10px;
    }
    .Introduction_img{
        margin-top: 40px;
    }
    .Introduction_img&gt;img{
        width: 100%;
    }
    .advertising1{
        display: none;
    }
    .advantage&gt;p{
        font-size: 3rem;
        margin: 0px 0px 40px;
    }
    .advantage .advantage_box{
        grid-template-columns: repeat(auto-fill,minmax(375px,1fr));
    }
    .advantage .advantage_boxs{
        display: grid;
        margin: 40px 0px;
    }
    .exclusive&gt;img{
        width: 100%;
    }
    .exclusive&gt;div{
        position: relative;
        width: 100%;
    }
    .exclusive&gt;div&gt;i{
        display: block;
        width: 100%;
        line-height: 40px;
        text-align: center;
        padding: 0px 5px;
    }
    .exclusive .exclusive_box{
        grid-column-gap: 50px;
        margin-bottom: 40px;
    }
    .Introduction_text .businessCard&gt;div{
        top: 50%;
        transform: translateY(-50%);
    }
    .Introduction_text .businessCard&gt;img{
        width: 100%;
    }
    .choose .choose_img,.choose .choose_ban{
        width: 100%;
        transform: translateY(0px);
    }
    .choose .choose_img{
        margin-top: 100px;
    }
    .choose_tit{
        text-align: center;
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .choose .choose_box{
        padding: 0px 10px;
    }
    .choose_prev, .choose_next{
        top: 50%;
        transform: translateY(-50%);
    }
    .choose_prev{
        right: auto;
        left: 20px;
    }
    .choose_next{
        right: 20px;
    }
    .news .news_box{
        padding: 0px 5px;
    }
    .news .news_box .news_tit&gt;ul{
        width: 100%;
        margin-top: 20px;
    }
    .news .news_box .news_tit{
        text-align: center;
    }
    .news .news_box .news_tit&gt;ul&gt;li{
        margin: 0px 10px;
    }
    .news .news_box .news_content .box&gt;div:nth-of-type(1){
        padding-right: 0px;
        border-right: none;
    }
    .news .news_box .news_content .box{
        grid-template-columns: repeat(auto-fill,minmax(calc(100%),1fr));
    }
    .news .news_box .news_content .box&gt;div:nth-of-type(2){
        padding-left: 0px;
    }
    .news .news_box .news_content .news_list&gt;div&gt;a{
        padding-left: 10px;
    }
    .footer_box .information{
        padding: 37px 10px 58px;
    }
    .information_box .footer_nav ul&gt;li{
        padding-right: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .information_box .footer_nav&gt;div&gt;div{
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    .information_box .footer_contact .fr{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .information_box .footer_contact .fr&gt;div{
        margin-bottom: 20px;
        margin-right: 0px;
    }
    #divMessageBox{
        display: none;
    }
}</pre></body></html>